home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / ezlhand.xof < prev    next >
Text File  |  1996-05-21  |  8KB  |  380 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  54;
  136.  -0.088406;-0.399696;0.036226;,
  137.  0.021337;-0.226127;0.046531;,
  138.  -0.079032;-0.214672;0.081249;,
  139.  -0.062120;-0.457439;-0.094904;,
  140.  0.021337;-0.226127;0.046531;,
  141.  -0.088406;-0.399696;0.036226;,
  142.  0.024060;-0.216919;-0.135723;,
  143.  0.021337;-0.226127;0.046531;,
  144.  -0.062120;-0.457439;-0.094904;,
  145.  -0.087073;-0.401742;-0.153047;,
  146.  0.024060;-0.216919;-0.135723;,
  147.  -0.062120;-0.457439;-0.094904;,
  148.  -0.080795;-0.231556;-0.187347;,
  149.  0.024060;-0.216919;-0.135723;,
  150.  -0.087073;-0.401742;-0.153047;,
  151.  0.021337;-0.226127;0.046531;,
  152.  0.052376;0.007482;0.038959;,
  153.  -0.079032;-0.214672;0.081249;,
  154.  -0.053995;0.029282;0.045527;,
  155.  -0.079032;-0.214672;0.081249;,
  156.  0.052376;0.007482;0.038959;,
  157.  0.053956;-0.018747;-0.110940;,
  158.  -0.053995;0.029282;0.045527;,
  159.  0.052376;0.007482;0.038959;,
  160.  -0.051770;0.008812;-0.132646;,
  161.  -0.053995;0.029282;0.045527;,
  162.  0.053956;-0.018747;-0.110940;,
  163.  0.052376;0.007482;0.038959;,
  164.  0.021337;-0.226127;0.046531;,
  165.  0.024060;-0.216919;-0.135723;,
  166.  0.053956;-0.018747;-0.110940;,
  167.  0.052376;0.007482;0.038959;,
  168.  0.024060;-0.216919;-0.135723;,
  169.  0.024060;-0.216919;-0.135723;,
  170.  -0.080795;-0.231556;-0.187347;,
  171.  -0.051770;0.008812;-0.132646;,
  172.  0.053956;-0.018747;-0.110940;,
  173.  0.024060;-0.216919;-0.135723;,
  174.  -0.051770;0.008812;-0.132646;,
  175.  -0.080795;-0.231556;-0.187347;,
  176.  -0.079032;-0.214672;0.081249;,
  177.  -0.053995;0.029282;0.045527;,
  178.  -0.051770;0.008812;-0.132646;,
  179.  -0.080795;-0.231556;-0.187347;,
  180.  -0.053995;0.029282;0.045527;,
  181.  -0.088406;-0.399696;0.036226;,
  182.  -0.079032;-0.214672;0.081249;,
  183.  -0.080795;-0.231556;-0.187347;,
  184.  -0.087073;-0.401742;-0.153047;,
  185.  -0.088406;-0.399696;0.036226;,
  186.  -0.080795;-0.231556;-0.187347;,
  187.  -0.087073;-0.401742;-0.153047;,
  188.  -0.062120;-0.457439;-0.094904;,
  189.  -0.088406;-0.399696;0.036226;;
  190.  
  191.  18;
  192.  3;0,1,2;,
  193.  3;3,4,5;,
  194.  3;6,7,8;,
  195.  3;9,10,11;,
  196.  3;12,13,14;,
  197.  3;15,16,17;,
  198.  3;18,19,20;,
  199.  3;21,22,23;,
  200.  3;24,25,26;,
  201.  3;27,28,29;,
  202.  3;30,31,32;,
  203.  3;33,34,35;,
  204.  3;36,37,38;,
  205.  3;39,40,41;,
  206.  3;42,43,44;,
  207.  3;45,46,47;,
  208.  3;48,49,50;,
  209.  3;51,52,53;;
  210.  
  211.  MeshMaterialList {
  212.   2;
  213.   18;
  214.   0,
  215.   1,
  216.   1,
  217.   1,
  218.   1,
  219.   1,
  220.   1,
  221.   1,
  222.   1,
  223.   1,
  224.   1,
  225.   1,
  226.   1,
  227.   1,
  228.   1,
  229.   1,
  230.   1,
  231.   1;
  232.   Material {
  233.    0.760784;0.458824;0.317647;1.000000;;
  234.    0.000000;
  235.    0.000000;0.000000;0.000000;;
  236.    0.000000;0.000000;0.000000;;
  237.   }
  238.   Material {
  239.    0.760784;0.458824;0.317647;1.000000;;
  240.    256.000000;
  241.    0.000000;0.000000;0.000000;;
  242.    0.000000;0.000000;0.000000;;
  243.   }
  244.  }
  245.  MeshNormals {
  246.   54;
  247.   -0.738140;-0.430338;0.519575;,
  248.   0.790954;-0.293360;0.536966;,
  249.   -0.410047;0.011029;0.911998;,
  250.   0.673558;-0.729738;-0.117480;,
  251.   0.790954;-0.293360;0.536966;,
  252.   -0.738140;-0.430338;0.519575;,
  253.   0.806029;-0.158997;-0.570120;,
  254.   0.790954;-0.293360;0.536966;,
  255.   0.673558;-0.729738;-0.117480;,
  256.   -0.398099;-0.477042;-0.783549;,
  257.   0.806029;-0.158997;-0.570120;,
  258.   0.673558;-0.729738;-0.117480;,
  259.   -0.863586;0.076100;-0.498425;,
  260.   0.806029;-0.158997;-0.570120;,
  261.   -0.398099;-0.477042;-0.783549;,
  262.   0.790954;-0.293360;0.536966;,
  263.   0.769770;-0.052205;0.636183;,
  264.   -0.410047;0.011029;0.911998;,
  265.   -0.879567;0.168410;0.444971;,
  266.   -0.410047;0.011029;0.911998;,
  267.   0.769770;-0.052205;0.636183;,
  268.   0.229925;0.963500;-0.137123;,
  269.   0.229925;0.963500;-0.137123;,
  270.   0.188010;0.967803;-0.167362;,
  271.   0.271221;0.956605;-0.106516;,
  272.   0.229925;0.963500;-0.137123;,
  273.   0.229925;0.963500;-0.137123;,
  274.   0.769770;-0.052205;0.636183;,
  275.   0.790954;-0.293360;0.536966;,
  276.   0.806029;-0.158997;-0.570120;,
  277.   0.790882;-0.042969;-0.610459;,
  278.   0.769770;-0.052205;0.636183;,
  279.   0.806029;-0.158997;-0.570120;,
  280.   0.806029;-0.158997;-0.570120;,
  281.   -0.863586;0.076100;-0.498425;,
  282.   -0.178714;0.187184;-0.965931;,
  283.   0.790882;-0.042969;-0.610459;,
  284.   0.806029;-0.158997;-0.570120;,
  285.   -0.178714;0.187184;-0.965931;,
  286.   -0.863586;0.076100;-0.498425;,
  287.   -0.410047;0.011029;0.911998;,
  288.   -0.879567;0.168410;0.444971;,
  289.   -0.178714;0.187184;-0.965931;,
  290.   -0.863586;0.076100;-0.498425;,
  291.   -0.879567;0.168410;0.444971;,
  292.   -0.738140;-0.430338;0.519575;,
  293.   -0.410047;0.011029;0.911998;,
  294.   -0.863586;0.076100;-0.498425;,
  295.   -0.398099;-0.477042;-0.783549;,
  296.   -0.738140;-0.430338;0.519575;,
  297.   -0.863586;0.076100;-0.498425;,
  298.   -0.398099;-0.477042;-0.783549;,
  299.   0.673558;-0.729738;-0.117480;,
  300.   -0.738140;-0.430338;0.519575;;
  301.  
  302.   18;
  303.   3;0,1,2;,
  304.   3;3,4,5;,
  305.   3;6,7,8;,
  306.   3;9,10,11;,
  307.   3;12,13,14;,
  308.   3;15,16,17;,
  309.   3;18,19,20;,
  310.   3;21,22,23;,
  311.   3;24,25,26;,
  312.   3;27,28,29;,
  313.   3;30,31,32;,
  314.   3;33,34,35;,
  315.   3;36,37,38;,
  316.   3;39,40,41;,
  317.   3;42,43,44;,
  318.   3;45,46,47;,
  319.   3;48,49,50;,
  320.   3;51,52,53;;
  321.  }
  322.  MeshTextureCoords {
  323.   54;
  324.   0.000000;0.000000;,
  325.   0.000000;0.000000;,
  326.   0.000000;0.000000;,
  327.   0.000000;0.000000;,
  328.   0.000000;0.000000;,
  329.   0.000000;0.000000;,
  330.   0.000000;0.000000;,
  331.   0.000000;0.000000;,
  332.   0.000000;0.000000;,
  333.   0.000000;0.000000;,
  334.   0.000000;0.000000;,
  335.   0.000000;0.000000;,
  336.   0.000000;0.000000;,
  337.   0.000000;0.000000;,
  338.   0.000000;0.000000;,
  339.   0.000000;0.000000;,
  340.   0.000000;0.000000;,
  341.   0.000000;0.000000;,
  342.   0.000000;0.000000;,
  343.   0.000000;0.000000;,
  344.   0.000000;0.000000;,
  345.   0.000000;0.000000;,
  346.   0.000000;0.000000;,
  347.   0.000000;0.000000;,
  348.   0.000000;0.000000;,
  349.   0.000000;0.000000;,
  350.   0.000000;0.000000;,
  351.   0.000000;0.000000;,
  352.   0.000000;0.000000;,
  353.   0.000000;0.000000;,
  354.   0.000000;0.000000;,
  355.   0.000000;0.000000;,
  356.   0.000000;0.000000;,
  357.   0.000000;0.000000;,
  358.   0.000000;0.000000;,
  359.   0.000000;0.000000;,
  360.   0.000000;0.000000;,
  361.   0.000000;0.000000;,
  362.   0.000000;0.000000;,
  363.   0.000000;0.000000;,
  364.   0.000000;0.000000;,
  365.   0.000000;0.000000;,
  366.   0.000000;0.000000;,
  367.   0.000000;0.000000;,
  368.   0.000000;0.000000;,
  369.   0.000000;0.000000;,
  370.   0.000000;0.000000;,
  371.   0.000000;0.000000;,
  372.   0.000000;0.000000;,
  373.   0.000000;0.000000;,
  374.   0.000000;0.000000;,
  375.   0.000000;0.000000;,
  376.   0.000000;0.000000;,
  377.   0.000000;0.000000;;
  378.  }
  379. }
  380.